3.319 \(\int (a+b \sec ^2(e+f x)) \tan ^2(e+f x) \, dx\)

Optimal. Leaf size=32 \[ \frac {a \tan (e+f x)}{f}-a x+\frac {b \tan ^3(e+f x)}{3 f} \]

[Out]

-a*x+a*tan(f*x+e)/f+1/3*b*tan(f*x+e)^3/f

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 32, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.143, Rules used = {4141, 1802, 203} \[ \frac {a \tan (e+f x)}{f}-a x+\frac {b \tan ^3(e+f x)}{3 f} \]

Antiderivative was successfully verified.

[In]

Int[(a + b*Sec[e + f*x]^2)*Tan[e + f*x]^2,x]

[Out]

-(a*x) + (a*Tan[e + f*x])/f + (b*Tan[e + f*x]^3)/(3*f)

Rule 203

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTan[(Rt[b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 1802

Int[(Pq_)*((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^2)^(p_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*Pq*(a + b*x
^2)^p, x], x] /; FreeQ[{a, b, c, m}, x] && PolyQ[Pq, x] && IGtQ[p, -2]

Rule 4141

Int[((a_) + (b_.)*sec[(e_.) + (f_.)*(x_)]^(n_))^(p_.)*((d_.)*tan[(e_.) + (f_.)*(x_)])^(m_), x_Symbol] :> With[
{ff = FreeFactors[Tan[e + f*x], x]}, Dist[ff/f, Subst[Int[((d*ff*x)^m*(a + b*(1 + ff^2*x^2)^(n/2))^p)/(1 + ff^
2*x^2), x], x, Tan[e + f*x]/ff], x]] /; FreeQ[{a, b, d, e, f, m, p}, x] && IntegerQ[n/2] && (IntegerQ[m/2] ||
EqQ[n, 2])

Rubi steps

\begin {align*} \int \left (a+b \sec ^2(e+f x)\right ) \tan ^2(e+f x) \, dx &=\frac {\operatorname {Subst}\left (\int \frac {x^2 \left (a+b \left (1+x^2\right )\right )}{1+x^2} \, dx,x,\tan (e+f x)\right )}{f}\\ &=\frac {\operatorname {Subst}\left (\int \left (a+b x^2-\frac {a}{1+x^2}\right ) \, dx,x,\tan (e+f x)\right )}{f}\\ &=\frac {a \tan (e+f x)}{f}+\frac {b \tan ^3(e+f x)}{3 f}-\frac {a \operatorname {Subst}\left (\int \frac {1}{1+x^2} \, dx,x,\tan (e+f x)\right )}{f}\\ &=-a x+\frac {a \tan (e+f x)}{f}+\frac {b \tan ^3(e+f x)}{3 f}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 41, normalized size = 1.28 \[ -\frac {a \tan ^{-1}(\tan (e+f x))}{f}+\frac {a \tan (e+f x)}{f}+\frac {b \tan ^3(e+f x)}{3 f} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + b*Sec[e + f*x]^2)*Tan[e + f*x]^2,x]

[Out]

-((a*ArcTan[Tan[e + f*x]])/f) + (a*Tan[e + f*x])/f + (b*Tan[e + f*x]^3)/(3*f)

________________________________________________________________________________________

fricas [A]  time = 0.49, size = 53, normalized size = 1.66 \[ -\frac {3 \, a f x \cos \left (f x + e\right )^{3} - {\left ({\left (3 \, a - b\right )} \cos \left (f x + e\right )^{2} + b\right )} \sin \left (f x + e\right )}{3 \, f \cos \left (f x + e\right )^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sec(f*x+e)^2)*tan(f*x+e)^2,x, algorithm="fricas")

[Out]

-1/3*(3*a*f*x*cos(f*x + e)^3 - ((3*a - b)*cos(f*x + e)^2 + b)*sin(f*x + e))/(f*cos(f*x + e)^3)

________________________________________________________________________________________

giac [A]  time = 0.75, size = 36, normalized size = 1.12 \[ \frac {b \tan \left (f x + e\right )^{3} - 3 \, {\left (f x + e\right )} a + 3 \, a \tan \left (f x + e\right )}{3 \, f} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sec(f*x+e)^2)*tan(f*x+e)^2,x, algorithm="giac")

[Out]

1/3*(b*tan(f*x + e)^3 - 3*(f*x + e)*a + 3*a*tan(f*x + e))/f

________________________________________________________________________________________

maple [A]  time = 0.63, size = 41, normalized size = 1.28 \[ \frac {a \left (\tan \left (f x +e \right )-f x -e \right )+\frac {b \left (\sin ^{3}\left (f x +e \right )\right )}{3 \cos \left (f x +e \right )^{3}}}{f} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*sec(f*x+e)^2)*tan(f*x+e)^2,x)

[Out]

1/f*(a*(tan(f*x+e)-f*x-e)+1/3*b*sin(f*x+e)^3/cos(f*x+e)^3)

________________________________________________________________________________________

maxima [A]  time = 0.42, size = 33, normalized size = 1.03 \[ \frac {b \tan \left (f x + e\right )^{3} - 3 \, {\left (f x + e\right )} a + 3 \, a \tan \left (f x + e\right )}{3 \, f} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sec(f*x+e)^2)*tan(f*x+e)^2,x, algorithm="maxima")

[Out]

1/3*(b*tan(f*x + e)^3 - 3*(f*x + e)*a + 3*a*tan(f*x + e))/f

________________________________________________________________________________________

mupad [B]  time = 4.52, size = 29, normalized size = 0.91 \[ \frac {\frac {b\,{\mathrm {tan}\left (e+f\,x\right )}^3}{3}+a\,\mathrm {tan}\left (e+f\,x\right )-a\,f\,x}{f} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(tan(e + f*x)^2*(a + b/cos(e + f*x)^2),x)

[Out]

(a*tan(e + f*x) + (b*tan(e + f*x)^3)/3 - a*f*x)/f

________________________________________________________________________________________

sympy [A]  time = 1.60, size = 42, normalized size = 1.31 \[ a \left (\begin {cases} - x + \frac {\tan {\left (e + f x \right )}}{f} & \text {for}\: f \neq 0 \\x \tan ^{2}{\relax (e )} & \text {otherwise} \end {cases}\right ) + b \left (\begin {cases} x \tan ^{2}{\relax (e )} \sec ^{2}{\relax (e )} & \text {for}\: f = 0 \\\frac {\tan ^{3}{\left (e + f x \right )}}{3 f} & \text {otherwise} \end {cases}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sec(f*x+e)**2)*tan(f*x+e)**2,x)

[Out]

a*Piecewise((-x + tan(e + f*x)/f, Ne(f, 0)), (x*tan(e)**2, True)) + b*Piecewise((x*tan(e)**2*sec(e)**2, Eq(f,
0)), (tan(e + f*x)**3/(3*f), True))

________________________________________________________________________________________